|
|
How to personalize Web login screen? |
The default welcome message and icon for EntraPass Web login can be customized. To customize the login screen do the following.
1 - Open the web.cfg file located at C:\inetpub\wwwroot\EntrapassWeb using a notepad editor.
2 - Find the key entry <add key ="WelcomeMessage" value="EntraPass Web"/>.
3 - Replace "EntraPass Web" with your customized message. You should not use more than 30 characters to ensure the message can be viewed correctly. Special characters are not supported through text. To use special characters you must use HTML ascii codes.
4 - Find the key entry <add key ="WelcomeImage" value="Resources/Images/chip_bw.png"/>
5 - Replace "Resources/Images/chip_bw.png" with the path of your preferred image. JPG and PNG file formats are supported.
6 - The default image size is 57 x 57. To change the default image size edit the key enteries "WelcomeImageHeight" and "WelcomeImageWidth". You should not use an image size greater than 155 x 155 to ensure the entire image is visible.